MouseDragged

public interface MouseDragged implements MouseEvent

An event indicating that the mouse has been moved while the mouse button is pressed.

Types

Link copied to clipboard
public final class Builder
A builder of MouseDragged.

Functions

Link copied to clipboard
public MouseButton button()
Returns the button that is pressed during the move.
Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
public Point location()
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
Returns the mouse position relative to the bounds of the screen.
Link copied to clipboard
Returns the mouse modifiers applied.
Link copied to clipboard
public static MouseDragged.Builder newBuilder(Point location)
Creates a new MouseDragged builder with the given required parameters.